From bfc5c172ed5727bb40c46cc894fdc22568dc7dcf Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Thu, 14 Jul 2016 08:56:24 -0400 Subject: [PATCH] Fix typo in logging statement --- src/cargo/ops/cargo_rustc/fingerprint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/ops/cargo_rustc/fingerprint.rs b/src/cargo/ops/cargo_rustc/fingerprint.rs index 449e69667..2bef5a907 100644 --- a/src/cargo/ops/cargo_rustc/fingerprint.rs +++ b/src/cargo/ops/cargo_rustc/fingerprint.rs @@ -177,7 +177,7 @@ impl Fingerprint { let a = a.0.lock().unwrap(); let b = b.0.lock().unwrap(); if *a != *b { - bail!("mtime based comopnents have changed: {:?} != {:?}, \ + bail!("mtime based components have changed: {:?} != {:?}, \ paths are {:?} and {:?}", *a, *b, ap, bp) } } -- 2.30.2